home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 September / Macworld (1998-09).dmg / Shareware World / Info / For Developers / Chipmunk_Basic_3.5.5 / README < prev    next >
Text File  |  1998-06-19  |  3KB  |  47 lines

  1. *** *** Chipmunk Basic README *** ***          (version 3.5.5, 98-Jun)
  2.  
  3. Chipmunk Basic is a freeware old-fashioned Basic Interpreter, accelerated
  4. for the PowerMac, yet still compatible with old 68k Macs running System 6.
  5. Features include support for a simple sprite graphics engine, sound,
  6. MacinTalk speech, MacTCP, AppleScript, Drag&Drop and OOP programming.
  7.  
  8. Every personal computer should come with a simple, easy to learn, programming
  9. language.  Chipmunk Basic was my contribution for the very first PowerMacs.
  10. Chipmunk Basic only comes with a man page and a quick reference to the
  11. Mac specific functions.  The language is mostly compatible with books on
  12. programming in BASIC that were written between around 1978 and 1990.
  13. This version is a both bug fix and new feature release.  It is still free
  14. for educational and non-commercial distribution and use (but only for those
  15. who don't believe that using the BASIC language causes brain damage. :-)
  16.  
  17. Permission is granted to include this version of Chipmunk Basic on CD-ROM
  18. compendiums of the Info-Mac and UMich archives.  Please replace older
  19. versions of Chipmunk Basic that are in the archives with this version.
  20. Please make sure that any redistribution includes the documentation.
  21.  
  22. Please send bug reports to <mailto:rhn@nicholson.com>.  Updates and docs
  23. are at the Chipmunk Basic Home Page <http://www.nicholson.com/rhn/basic/>.
  24.  
  25. Shortened version history:
  26. Version 3.3.2: fixed sprite turn bug, added Quicktime midi sound
  27. Version 3.3.7: fixed integer rounding; added "COM3:" to use serial driver
  28. Version 3.4.8: added matrix ops, changed precedence of "not" operator,
  29.     fixed memory leaks, fixed nested if-then & select-case bugs
  30. Version 3.5.2: fixed bbedit bbxt. fixed print using. fixed file save.
  31. Version 3.5.3: fixed SFPutFile return name, file creator.
  32. Version 3.5.5: fixed while/wend exit bug.  added PowerMac tcp.
  33.  
  34.  * Chipmunk Basic is Copyright 1998 by Ronald H. Nicholson, Jr.
  35.  * ALL RIGHTS RESERVED
  36.  *
  37.  * Permission to use, copy and distribute this software without fee
  38.  * for non-commercial or educational purposes is hereby granted,
  39.  * provided that the above copyright notice appear in all copies,
  40.  * and that both the copyright notice and this permission notice with
  41.  * the following disclaimer appear in the supporting documentation.
  42.  *
  43.  * This program is distributed in the hope that it will be useful, but
  44.  * WITHOUT ANY WARRANTY OF ANY KIND; not even the implied warranty of
  45.  * MERCHANTABILITY or FITNESS FOR ANY PARTICULAR PURPOSE.
  46. -- cut here --
  47.